home *** CD-ROM | disk | FTP | other *** search
- /* $Id: xscopapi.h 1.1 1995/10/18 22:20:15 YannPC Exp $ */
-
- #ifndef __XSCOPAPI__
- #define __XSCOPAPI__
-
- #ifndef __XAPI__
- #include "XAPI.h"
- #endif
-
- #ifndef __XRTYPES__
- #include "XRTypes.h"
- #endif
-
- // Scene Operations API
-
- #if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
- #pragma pointers_in_D0
- #endif
-
- typedef void (RDXAPITYPE *XSceneOpPrepareProc)(ExternalInstance* data,TScene* scene, TTree* selRoot, long index, long total);
- typedef Boolean (RDXAPITYPE *XSceneOpDoItProc)(ExternalInstance* data,TScene* scene, TTree* selRoot, long index, long total);
-
-
- #if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
- #pragma pointers_in_A0
- #endif
-
-
- #endif
-
-